home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP Eylül 1998.iso / Slackwar / contents / scripts / gzip < prev    next >
Text File  |  1997-06-06  |  258b  |  9 lines

  1. ( cd usr/bin ; rm -rf gunzip )
  2. ( cd usr/bin ; ln -sf  /bin/gzip gunzip )
  3. ( cd usr/bin ; rm -rf zcat )
  4. ( cd usr/bin ; ln -sf  /bin/gzip zcat )
  5. ( cd bin ; rm -rf gunzip )
  6. ( cd bin ; ln -sf  gzip gunzip )
  7. ( cd bin ; rm -rf zcat )
  8. ( cd bin ; ln -sf  gzip zcat )
  9.